Crate ami [] [src]

Aldaron's Memory Interface provides data structures and casting macros.

Macros

cast

Cast a constant pointer to another type.

cast_mut

Cast a mutable pointer to another type.

Structs

BBox

Bounding box

Frustum

A Frustum

Mat4

A 4x4 Matrix

Octree

An octree is a DAG that can quickly search for points in 3D space.

Plane

A Plane

Vec2

2-dimensional vector

Vec3

3-dimensional vector

Vec4

4-dimensional vector

Traits

Pos

Pos trait allows point lookup by handle